home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
MantAirBall.swf
/
scripts
/
frame_1
/
PlaceObject2_10_23
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-05
|
231 b
|
15 lines
onClipEvent(load){
base = 520;
lw = 30;
rw = 520;
ball = random(6);
this.gotoAndPlay(ball);
yspeed = 0;
xspeed = random(10);
cd = random(2);
if(cd == 1)
{
xspeed = - xspeed;
}
}